Eclipse Platform
Pre-release 3.0

org.eclipse.jface.text
Interface IDocumentPartitionerExtension2

All Known Implementing Classes:
DefaultPartitioner, RuleBasedPartitioner

public interface IDocumentPartitionerExtension2

Extension interface for IDocumentPartitioner. Extends the original concept of a document partitioner to answer the position categories that are used to manage the partitioning information.

Since:
3.0

Method Summary
 String[] getManagingPositionCategories()
          Returns the position categories that this partitoners uses in order to manage the partitioning information of the documents.
 

Method Detail

getManagingPositionCategories

public String[] getManagingPositionCategories()
Returns the position categories that this partitoners uses in order to manage the partitioning information of the documents. Returns null if no position category is used.

Returns:
the position categories used to manage partitioning information

Eclipse Platform
Pre-release 3.0

Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.